home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_628 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-15  |  148 b   |  9 lines

  1. on(release){
  2.    if(_root.days > 5)
  3.    {
  4.       _root.mediahype += 5;
  5.       _root.days -= 5;
  6.       _root.gotoAndStop("negativepress");
  7.    }
  8. }
  9.